About

Overview

The cran-search project aims to provide a database to perform a package search for the R programming language in the Comprehensive R Archive Network (CRAN) repository. The collected data are obtained by the tools::CRAN_package_db() function and selected only a few columns to perform the search for the topic of interest.

In the following table, it is possible to verify a brief structure of the data frame collected with packages available in CRAN. For example, the number of rows and columns, and the frequency of words longer than 3 or 4 characters for the column named title, description, and license. A depth investigation of the data is at the discretion of the reader.

update structure information
2024-12-03 column update, package, version, license, title, description, date, depends, import, url
2024-12-03 n_column 10
2024-12-03 n_row 21766
2024-12-03 NA TRUE
2024-12-03 title frequency: (1) data 3571 (47.84%), (2) analysis 2233 (29.92%), (3) with 1660 (22.24%)
2024-12-03 description frequency: (1) data 14509 (42.18%), (2) with 9975 (29.00%), (3) package 9914 (28.82%)
2024-12-03 license frequency: (1) license 6023 (50.15%), (2) file 5517 (45.94%), (3) apache 470 (3.91%)

Author

Author
name url
author Bruno Faria
website https://brunofariadf.github.io/
github https://github.com/brunofariadf/
Project
name url
main cran-search
review News
license MIT